Target Audience: Researchers, data analysts, policy professionals, and development practitioners working with large-scale household survey data
Prerequisites: Basic statistics knowledge, familiarity with Excel or R/Python helpful
Materials Needed: Computers with data analysis software, sample datasets (NFHS/NSS extracts), calculators
By the end of this workshop, participants will be able to:
The Process:
What This Means for Analysis:
EDA is about understanding both the data and the process that created it.
Variables: Location, wealth, housing quality, composition
Key IDs: Cluster, household number, state/district codes
Analysis Unit: Household as unit of observation
Variables: Demographics, education, health, employment
Key IDs: Individual line number, relationship to head
Analysis Unit: Person as unit of observation
Variables: Anthropometry, immunization, feeding practices
Key IDs: Mother's line number, birth order
Analysis Unit: Children under 5 years
Variables: Birth timing, survival, care seeking
Key IDs: Birth sequence, mother's ID
Analysis Unit: Individual births/pregnancies
Always Start With:
Dataset: NFHS-5 Women's File Sample (10,000 observations)
Questions to Answer:
Critical Variables to Check:
| Variable | Expected Range | Missing % | Quality Issues? |
|---|---|---|---|
| Age (v012) | 15-49 years | _____% | Y/N |
| Education (v106) | 0-3 (coded) | _____% | Y/N |
| Children born (v201) | 0-20 (realistic) | _____% | Y/N |
| BMI (v447a) | 12-60 kg/m² | _____% | Y/N |
| Hemoglobin (v453) | 40-200 g/L | _____% | Y/N |
Red Flags to Look For:
Analysis Tasks:
Document Your Findings: What quality issues did you identify and how would you handle them?
| Analysis Type | Purpose | Key Statistics | Visualizations |
|---|---|---|---|
| Frequency Distributions | Understand category proportions | Counts, percentages, mode | Bar charts, pie charts |
| Concentration Measures | Assess distribution evenness | Herfindahl index, entropy | Sorted bar charts |
| Missing Patterns | Understand non-response | Missing rates by groups | Missing data plots |
Survey Data Special Considerations:
Scenario: Analyzing women's nutritional status using BMI data from NFHS-5
Calculate both unweighted and weighted statistics:
| Statistic | Unweighted | Weighted | Difference |
|---|---|---|---|
| Mean BMI | _____ | _____ | _____ |
| Median BMI | _____ | _____ | _____ |
| Standard Deviation | _____ | _____ | _____ |
| % Underweight | _____% | _____% | _____% |
Interpretation: Why might weighted and unweighted estimates differ?
Questions to Answer:
Create and interpret these plots:
Key Questions:
When to Use Weights:
When NOT to Use Weights:
| Missing Type | Example | Recommended Approach | Caution |
|---|---|---|---|
| Skip Patterns | Contraception questions for unmarried women | Analyze only relevant subpopulation | Clear documentation of eligibility |
| Item Non-response | Income, sensitive topics | Multiple imputation or sensitivity analysis | Check if missing is systematic |
| Measurement Issues | BMI when height/weight not measured | Separate analysis for measured subsample | Selection bias assessment |
| Technical Problems | Equipment failure for biomarkers | Note limitations, avoid imputation | Random vs. systematic failures |
Compare estimates with and without weights for key indicators:
| Indicator | Unweighted % | Weighted % | Difference | Implication |
|---|---|---|---|---|
| Urban residence | _____% | _____% | _____pp | Rural over/under-sampled? |
| Higher education | _____% | _____% | _____pp | Education bias in sampling? |
| Wealth quintile 1 (poorest) | _____% | _____% | _____pp | Poor over/under-represented? |
Analysis Question: If weighted and unweighted estimates differ substantially (>5 percentage points), what does this tell you about the sampling design and the importance of using weights?
Individual Reflection (7 minutes):
Consider your work with survey data:
Quick Share (3 minutes): Exchange experiences about data quality challenges in survey analysis
Good EDA is detective work. Always understand your data's structure, quality, and context before jumping into analysis. Survey data carries the complexity of real-world data collection - respect that complexity in your analysis.
Survey Data Sources:
Technical Resources:
Best Practice Guides:
Next Steps in ImpactMojo:
This handout is part of the ImpactMojo 101 Knowledge Series
Licensed under CC BY-NC-ND 4.0 • Free to use with attribution • www.impactmojo.in
For complete code scripts, sample datasets, and EDA templates, visit the ImpactMojo platform.